Make sure xend start doesn't return until xend is ready to accept connections.
authorshand@ubuntu.eng.hq.xensource.com <shand@ubuntu.eng.hq.xensource.com>
Thu, 15 Sep 2005 01:45:51 +0000 (17:45 -0800)
committershand@ubuntu.eng.hq.xensource.com <shand@ubuntu.eng.hq.xensource.com>
Thu, 15 Sep 2005 01:45:51 +0000 (17:45 -0800)
commit590d9c58a14eb1844b49f91498cbe4cfac43cbb6
tree6f3d3f5f90b2695ec6721f28cf2be86796c52967
parent0def3b0e7f446b7edc733bb890ebad514b201854
Make sure xend start doesn't return until xend is ready to accept connections.

This means xend start && xm list actually works now (instead of throwing an
exception).

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
tools/misc/xend
tools/python/xen/web/httpserver.py
tools/python/xen/xend/server/SrvDaemon.py
tools/python/xen/xend/server/SrvServer.py